com.inscoper.nbo.AcquisitionSoftware
Represents the XML element AcquisitionSoftware. More...
Inherits from com.inscoper.nbo.Software_Type, com.inscoper.nbo.NBOBaseClass
Public Functions
| Name | |
|---|---|
| synchronized void | delete() |
| AcquisitionSoftware() | |
| String | getTypeName() Returns the class type name. |
| String | getXMLName() Returns the XML element name corresponding to this class. |
| ENBOType | getNBOType() Returns the NBO Type corresponding to this class. |
| NBOBaseClassVector | getChildren() Returns a list of all classes derived from this class. |
| NBOBaseClassVector | getSubElements() Returns a list of all child elements contained in this class. |
| void | fromJsonFile(String path) Populates this object from a JSON file. |
| void | fromJsonString(String json_string) Populates this object from a JSON string. |
| void | fromXmlFile(String path) Populates this object from a XML file. |
| void | fromXmlString(String xml_string) Populates this object from a XML string. |
| void | toXmlFile(String filename) Serializes this object to an XML file. |
| String | toXmlString() Serializes this object to an XML string. |
| AcquisitionSoftware | __internal_create(long cPtr, boolean own) |
Protected Functions
| Name | |
|---|---|
| AcquisitionSoftware(long cPtr, boolean cMemoryOwn) | |
| void | swigSetCMemOwn(boolean own) |
| void | finalize() |
| long | getCPtr(AcquisitionSoftware obj) |
Additional inherited members
Public Functions inherited from com.inscoper.nbo.Software_Type
| Name | |
|---|---|
| Software_Type() | |
| void | setID(LSID_Type value) Sets the value of the ID attribute. |
| LSID_Type | getID() Returns the value of the ID attribute. |
| void | resetID() Resets the ID attribute to an unset state. |
| boolean | hasID() Checks whether the optional ID attribute is present. |
| void | setName(String value) Sets the value of the Name attribute. |
| String | getName() Returns the value of the Name attribute. |
| void | setVersion(String value) Sets the value of the Version attribute. |
| String | getVersion() Returns the value of the Version attribute. |
| void | setDeveloper(String value) Sets the value of the Developer attribute. |
| String | getDeveloper() Returns the value of the Developer attribute. |
| void | setWebsiteURL(String value) Sets the value of the WebsiteURL attribute. |
| String | getWebsiteURL() Returns the value of the WebsiteURL attribute. |
| void | setPrimaryPublicationID(String value) Sets the value of the PrimaryPublicationID attribute. |
| String | getPrimaryPublicationID() Returns the value of the PrimaryPublicationID attribute. |
| void | resetPrimaryPublicationID() Resets the PrimaryPublicationID attribute to an unset state. |
| boolean | hasPrimaryPublicationID() Checks whether the optional PrimaryPublicationID attribute is present. |
| void | setOpenSource(boolean value) Sets the value of the OpenSource attribute. |
| boolean | getOpenSource() Returns the value of the OpenSource attribute. |
| void | resetOpenSource() Resets the OpenSource attribute to an unset state. |
| boolean | hasOpenSource() Checks whether the optional OpenSource attribute is present. |
| void | setMacro(boolean value) Sets the value of the Macro attribute. |
| boolean | getMacro() Returns the value of the Macro attribute. |
| void | resetMacro() Resets the Macro attribute to an unset state. |
| boolean | hasMacro() Checks whether the optional Macro attribute is present. |
| void | setBuild(String value) Sets the value of the Build attribute. |
| String | getBuild() Returns the value of the Build attribute. |
| void | resetBuild() Resets the Build attribute to an unset state. |
| boolean | hasBuild() Checks whether the optional Build attribute is present. |
| void | setPatch(String value) Sets the value of the Patch attribute. |
| String | getPatch() Returns the value of the Patch attribute. |
| void | resetPatch() Resets the Patch attribute to an unset state. |
| boolean | hasPatch() Checks whether the optional Patch attribute is present. |
| void | setReleaseDate(String value) Sets the value of the ReleaseDate attribute. |
| String | getReleaseDate() Returns the value of the ReleaseDate attribute. |
| void | resetReleaseDate() Resets the ReleaseDate attribute to an unset state. |
| boolean | hasReleaseDate() Checks whether the optional ReleaseDate attribute is present. |
| void | setLanguage(String value) Sets the value of the Language attribute. |
| String | getLanguage() Returns the value of the Language attribute. |
| void | resetLanguage() Resets the Language attribute to an unset state. |
| boolean | hasLanguage() Checks whether the optional Language attribute is present. |
| void | setSoftwareModuleRef_List(SoftwareModuleRefVector value) Sets the list of SoftwareModuleRef elements. |
| SoftwareModuleRefVector | getSoftwareModuleRef_List() Returns the list of SoftwareModuleRef elements. |
| void | addToSoftwareModuleRef_List(SoftwareModuleRef value) Adds a new SoftwareModuleRef element to this object. |
| void | clearSoftwareModuleRef_List() Clear the list of SoftwareModuleRef. |
| void | setAnnotationRef_List(AnnotationRefVector value) Sets the list of AnnotationRef elements. |
| AnnotationRefVector | getAnnotationRef_List() Returns the list of AnnotationRef elements. |
| void | addToAnnotationRef_List(AnnotationRef value) Adds a new AnnotationRef element to this object. |
| void | clearAnnotationRef_List() Clear the list of AnnotationRef. |
Protected Functions inherited from com.inscoper.nbo.Software_Type
| Name | |
|---|---|
| Software_Type(long cPtr, boolean cMemoryOwn) |
Protected Functions inherited from com.inscoper.nbo.NBOBaseClass
| Name | |
|---|---|
| NBOBaseClass(long cPtr, boolean cMemoryOwn) |
Detailed Description
Represents the XML element AcquisitionSoftware.
This element represents a commercial, or open-source Software, script, macro, plugin or module utilized for driving this Instrument during Image Acquisition.
Public Functions Documentation
function delete
Reimplements: com.inscoper.nbo.Software_Type.delete
function AcquisitionSoftware
function getTypeName
Returns the class type name.
Return: The class type name
Reimplements: com.inscoper.nbo.Software_Type.getTypeName
function getXMLName
Returns the XML element name corresponding to this class.
Return: The XML element name
Reimplements: com.inscoper.nbo.Software_Type.getXMLName
function getNBOType
Returns the NBO Type corresponding to this class.
Return: The NBO Type value
Reimplements: com.inscoper.nbo.Software_Type.getNBOType
function getChildren
Returns a list of all classes derived from this class.
Return: The list of derived classes
Reimplements: com.inscoper.nbo.Software_Type.getChildren
function getSubElements
Returns a list of all child elements contained in this class.
Return: The list of child classes
Reimplements: com.inscoper.nbo.Software_Type.getSubElements
function fromJsonFile
Populates this object from a JSON file.
Parameters:
- path The path to the JSON file
Reimplements: com.inscoper.nbo.Software_Type.fromJsonFile
function fromJsonString
Populates this object from a JSON string.
Parameters:
- json_string The JSON content as a string
Reimplements: com.inscoper.nbo.Software_Type.fromJsonString
function fromXmlFile
Populates this object from a XML file.
Parameters:
- path The path to the XML file
Reimplements: com.inscoper.nbo.Software_Type.fromXmlFile
function fromXmlString
Populates this object from a XML string.
Parameters:
- xml_string The XML content as a string
Reimplements: com.inscoper.nbo.Software_Type.fromXmlString
function toXmlFile
Serializes this object to an XML file.
Parameters:
- filename The path to the output XML file
Reimplements: com.inscoper.nbo.Software_Type.toXmlFile
function toXmlString
Serializes this object to an XML string.
Return: A string containing the XML representation of this object
Reimplements: com.inscoper.nbo.Software_Type.toXmlString
function __internal_create
Reimplements: com.inscoper.nbo.Software_Type.__internal_create
Protected Functions Documentation
function AcquisitionSoftware
function swigSetCMemOwn
Reimplements: com.inscoper.nbo.Software_Type.swigSetCMemOwn
function finalize
Reimplements: com.inscoper.nbo.Software_Type.finalize
function getCPtr
Updated on 2026-02-13 at 16:10:40 +0100